Break the building/save/restore code out into a separate library libxenguest.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 25 Aug 2005 00:51:20 +0000 (00:51 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 25 Aug 2005 00:51:20 +0000 (00:51 +0000)
commitacc63faffa3cdefd9bd5f6e099971b4fcdae436b
tree826e7457f143456e94b597a2cdd175d1df4d726c
parent60eb66351321ad80bf3356e2e35aeced44522a7a
Break the building/save/restore code out into a separate library libxenguest.
Also update the tools accordingly.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
21 files changed:
tools/libxc/Makefile
tools/libxc/xc_core.c
tools/libxc/xc_domain.c
tools/libxc/xc_linux_build.c
tools/libxc/xc_linux_restore.c
tools/libxc/xc_linux_save.c
tools/libxc/xc_load_aout9.c
tools/libxc/xc_load_bin.c
tools/libxc/xc_load_elf.c
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_vmx_build.c
tools/libxc/xenctrl.h
tools/libxc/xenguest.h [new file with mode: 0644]
tools/libxc/xg_private.c [new file with mode: 0644]
tools/libxc/xg_private.h [new file with mode: 0644]
tools/python/setup.py
tools/python/xen/lowlevel/xc/xc.c
tools/xcutils/Makefile
tools/xcutils/xc_restore.c
tools/xcutils/xc_save.c